.t1{
  border : 2px solid black;
}

/*selection des éléments td et th du 
*tableau t2*/

.t2 td, .t2 th{
  border: 1px solid orange;
}
